Contribution org.nuxeo.ecm.automation.rest.pageprovider.contrib--providers
In component org.nuxeo.ecm.automation.rest.pageprovider.contrib
org.nuxeo.ecm.automation.rest.pageprovider.contrib
inside nuxeo-automation-server-5.8.jar
This contribution is part of XML component Extension Point
Extension point providers of component PageProviderService.Contributed Items
XML Source
<extension point="providers" target="org.nuxeo.ecm.platform.query.api.PageProviderService">
<coreQueryPageProvider name="CURRENT_DOC_CHILDREN">
<property name="maxResults">PAGE_SIZE</property>
<pattern>
SELECT * FROM Document WHERE ecm:parentId = ? AND
ecm:mixinType != 'HiddenInNavigation'
AND ecm:isCheckedInVersion = 0 AND ecm:currentLifeCycleState !=
'deleted'
</pattern>
<sort ascending="true" column="dc:title"/>
<pageSize>50</pageSize>
</coreQueryPageProvider>
</extension>